home *** CD-ROM | disk | FTP | other *** search
/ Day by Day Vision: Paris / Day by Day Vision: Paris.iso / mac / slide / DATA / MAIN.Dxr / 00056.ls < prev    next >
Encoding:
Text File  |  1997-10-03  |  703 b   |  23 lines

  1. global gpicnum, gsumnum, oldt, chkbtn, vlist, oldvoicenum, oldmusicnum, waitt, gsp, alist, alistsum, gtime, gmlist, gpiclist, am, gslideh, gtemptime, grollflg, gslideh29, gvlist, gsoundlevel, gtlist, gtrans, gtranno, picnum, gmdflg
  2.  
  3. on exitFrame
  4.   if mouseDown() then
  5.     set gmdflg to 1
  6.   end if
  7.   set picnum to item 1 of line gpicnum of vlist
  8.   set the fileName of cast 1 to picnum
  9.   set the locH of sprite 2 to 0
  10.   set the locV of sprite 2 to 0
  11.   set the castNum of sprite 2 to 1
  12.   if (gtranno = 27) or 28 then
  13.     puppetTransition(gtranno, gtrans, 1)
  14.   else
  15.     puppetTransition(gtranno, gtrans, 5)
  16.   end if
  17.   updateStage()
  18.   if mouseDown() then
  19.     set gmdflg to 1
  20.   end if
  21.   go(the frame + 1)
  22. end
  23.